home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / misc / cvt / scripts / morse->speak.cvt < prev    next >
Text File  |  1993-12-31  |  165b  |  12 lines

  1. /*
  2.  *  Morse->SPEAK.CVT
  3.  *
  4.  *  (c)Copyright 1993 by Tobias Ferber,  All Rights Reserved.
  5.  */
  6.  
  7. "."  -> "dit ";
  8. "-"  -> "daw ";
  9.  
  10. ".\n" -> "dit,\n";
  11. "-\n" -> "daw,\n";
  12.